home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr14 / xeditor.zip / XEDITOR.TXT < prev   
Text File  |  1993-04-25  |  4KB  |  64 lines

  1.                           X-WING PILOT FILE EDITOR 
  2.  
  3. Even though LucasArts and Larry Holland have seen fit to finally put a revive
  4. function on the pilot roster, this function will remove all points accumulated
  5. by that pilot when revive is used to restore him to action. Complaints about
  6. the rigidity of X-Wing in that it demands 100% success on all its missions has
  7. given rise to demand to for some means to "move ahead" in the game without
  8. getting bogged down interminalbly on a single difficult mission. These reasons
  9. among other has spurred me to try my hand at writing a program to help out
  10. those gamers that don't have a hex editor or understand MSDOS' DEBUG.
  11.  
  12. XEDIT is written in QBASIC and while note the most graceful in terms of code
  13. programming it does work well for what it does. I have one problem that I am
  14. working on and had to remove one segement from the program due to a problem
  15. with corruption of pilot files. I will attempt to get this rectified and
  16. available as soon as possible. 
  17.  
  18. XEDIT is menu driven. You just load the program and type in the appropriate
  19. responses and the program will do the rest. XEDIT should most likely be in 
  20. your \XWING directory along with your pilot files, but since I've equipped it
  21. with the means of seeking out the path to your pilot files it could be placed
  22. elsewhere in a subdirectory in your path statement.
  23.  
  24. XEDIT.BAT will load the program into QBASIC for you and automatically start
  25. execution of the program. You will be asked to type in the path to your
  26. \XWING subdirectory. An eample of the expected input is supplied on screen 
  27. for you so I won't explain that any further. Next you will be at the main
  28. menu where all functions originate. As you go through the program you will
  29. be asked to type various responses from numbers to a "Y/N" type response.
  30. I've attempted to make the program at least somewhat crash proof but it's
  31. not infallible and if you try hard enough you can cause the program to abort.
  32.  
  33. XEDIT will let you revive dead or captured pilots WITH THEIR SCORES INTACT.
  34. This only works if you DO NOT use the REVIVE function in X-WING on the target
  35. file before you run XEDIT on it. XEDIT will let you give your pilot any 
  36. combination of available medals, ribbons and patches. There is a delete 
  37. function for eliminating bad pilot files or any other pilot file you choose.
  38. You will be asked twice if you wish to proceed with any deletion so accidents
  39. will be lessened unless you are truly reckless. XEDIT will let you promote or
  40. even demote pilots as you wish. XEDIT will also let you create a full roster
  41. of ACE pilots from what was moments before a roster full of ROOKIES.
  42.  
  43. I've included one special feature that will let the player see all of the
  44. animated "Cut Scenes" in X-Wing that normally run between various segments
  45. of the three Tours of Duty. 
  46.  
  47. **********WARNING*********** This feature will patch the pilot file in such a
  48. way that any currently inactive or active Tours of Duty will be lost. You 
  49. should either create a new pilot file or clone a pilot to a new name. Do not
  50. run this feature on any pilot with which you wish to finish a Tour of Duty.
  51. You will be given two chances to change your mind before the patches are
  52. made to the pilot file.
  53.  
  54. Once the pilot file has been patched for the "Cut Scenes" you can load X-Wing
  55. and pick this pilot from the roster. Then go to the Tour of Duty Registration
  56. desk and select the "Cut Scenes" you wish to view.
  57.  
  58. Anyway, I hope you find XEDIT of some use. It may not be pretty, but it does
  59. work. Just remember you need QBASIC to run it and that comes with MSDOS 5.0.
  60.  
  61. If you feel like it I wouldn't refuse any donations to the cause. I'll leave
  62. the amount upto you since this is a first venture into a shareware type 
  63. program.
  64.